make {,g}dprintk() a no-op in non-debug builds
authorJan Beulich <jbeulich@suse.com>
Thu, 26 Mar 2015 10:11:13 +0000 (11:11 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 26 Mar 2015 10:11:13 +0000 (11:11 +0100)
commit28fbff96c1db99b3e48755049d577e9274dd9791
treef5015cc09cefeb6e603512ed5bb3dc5612986989
parent18fb87e980d527a2580ee035052398e91c6d52fb
make {,g}dprintk() a no-op in non-debug builds

As discussed before, code absolutely wanting to get something into the
log should use {,g}printk() instead.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/include/xen/config.h
xen/include/xen/lib.h